home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 2
/
Merciful - Disc 2.iso
/
software
/
m
/
maxonc++2.dms
/
maxonc++2.adf
/
MCPIncl.lha
/
devices
/
input.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-01-26
|
691b
|
29 lines
#ifndef DEVICES_INPUT_H
#define DEVICES_INPUT_H
/*
** $Filename: devices/input.h $
** $Release: 2.04 $
** $Revision: 36.0 $
** $Date: 90/05/01 $
**
** input device command definitions
**
** (C) Copyright 1985,1986,1987,1988,1989 Commodore-Amiga, Inc.
** All Rights Reserved
*/
#ifndef EXEC_IO_H
#include "exec/io.h"
#endif
#define IND_ADDHANDLER (CMD_NONSTD+0)
#define IND_REMHANDLER (CMD_NONSTD+1)
#define IND_WRITEEVENT (CMD_NONSTD+2)
#define IND_SETTHRESH (CMD_NONSTD+3)
#define IND_SETPERIOD (CMD_NONSTD+4)
#define IND_SETMPORT (CMD_NONSTD+5)
#define IND_SETMTYPE (CMD_NONSTD+6)
#define IND_SETMTRIG (CMD_NONSTD+7)
#endif /* DEVICES_INPUT_H */